Uses of Class
nz.co.cks.tms.xml.types.NcbAddressTypeType

Packages that use NcbAddressTypeType
nz.co.cks.tms.xml   
nz.co.cks.tms.xml.types   
 

Uses of NcbAddressTypeType in nz.co.cks.tms.xml
 

Fields in nz.co.cks.tms.xml declared as NcbAddressTypeType
private  NcbAddressTypeType NcbAddressType._selectedAddressType
          Field _selectedAddressType
 

Methods in nz.co.cks.tms.xml that return NcbAddressTypeType
 NcbAddressTypeType NcbAddressType.getSelectedAddressType()
          Method getSelectedAddressTypeReturns the value of field 'selectedAddressType'.
 

Methods in nz.co.cks.tms.xml with parameters of type NcbAddressTypeType
 void NcbAddressType.setSelectedAddressType(NcbAddressTypeType selectedAddressType)
          Method setSelectedAddressTypeSets the value of field 'selectedAddressType'.
 

Uses of NcbAddressTypeType in nz.co.cks.tms.xml.types
 

Fields in nz.co.cks.tms.xml.types declared as NcbAddressTypeType
static NcbAddressTypeType NcbAddressTypeType.DELIVERY
          The instance of the Delivery type
static NcbAddressTypeType NcbAddressTypeType.BILLING
          The instance of the Billing type
static NcbAddressTypeType NcbAddressTypeType.RECEIPT
          The instance of the Receipt type
 

Methods in nz.co.cks.tms.xml.types that return NcbAddressTypeType
static NcbAddressTypeType NcbAddressTypeType.valueOf(java.lang.String string)
          Method valueOfReturns a new NcbAddressTypeType based on the given String value.